Using nawk, how to print the first names for all those in the 916 area code? [closed]
Posted
by
Steve
on Super User
See other posts from Super User
or by Steve
Published on 2012-10-17T17:21:23Z
Indexed on
2012/10/18
17:06 UTC
Read the original article
Hit count: 270
Possible Duplicate:
Using nawk, how to print all first names containing four characters?
Using nawk, how to print the first names for all those in the 916 area code? I've tried nawk ‘$3 ~ /(916)/{print $1}’ inputfile but didn' work.
Jody Savage:(206) 548-1278:15:188:150
Guy Quigley:(916) 343-6410:250:100:175
Dan Savage:(406) 298-7744:450:300:275
Nancy McNeil:(206) 548-1278:250:80:75
John Goldenrod:(916) 348-4278:250:100:175
Chet Main:(510) 548-5258:50:95:135
© Super User or respective owner